/* 在施工地 */
.jgyj_gongdi{
    background: url(../images/gongdi/gongdi_bg.jpg)no-repeat bottom center/100% #fff;
    padding-top: 53px;
    padding-bottom: 45px;
}
.jgyj_gongdi .jgyj_gongdi_content{
    width: 1500px;
    margin: 62px auto 0;
}
.jgyj_gongdi_content .jgyj_gongdi_li{
    width: 484px;
    height: 324px;
    position: relative;
    transition: all .3s ease;
    margin-right: 22px;
    margin-bottom: 22px;
}
.jgyj_gongdi_content .jgyj_gongdi_li:nth-child(3n){
    margin-right: 0;
}
.jgyj_gongdi_content .jgyj_gongdi_li:hover{
    transform: translateY(-16px);
}
.jgyj_gongdi_li .jgyj_gongdi_bg{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.jgyj_gongdi_li .jgyj_gongdi_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jgyj_gongdi_li .jgyj_gongdi_bg .jgyj_gongdi_xuanfu{
    width: 120px;
    height: 38px;
    background: rgba(150, 42, 42,0.9);
    right: 0;
    top: 0;
    position: absolute;
    border-radius: 0 0 0 25px;
    text-align: center;
    line-height: 38px;
    color:#fff;
    font-size: 16px;
}
.jgyj_gongdi_li .jgyj_gongdi_bg .jgyj_gongdi_title{
    width: 229px;
    height: 78px;
    box-shadow: 0 15px 32px rgba(0,0,0,0.1);
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/gongdi/gongdi_icon01.png)no-repeat center;
    padding: 0 43px 0 20px;
    box-sizing: border-box;
}
.jgyj_gongdi_li .jgyj_gongdi_bg .jgyj_gongdi_title h1{
    font-size: 20px;
    color:#000;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.jgyj_gongdi_li .jgyj_gongdi_bg .jgyj_gongdi_title p{
    font-size: 14px;
    line-height: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color:#666666;
}
.jgyj_gongdi_li .jgyj_gongdi_btn{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 173px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color:#fff;
    background: url(../images/gongdi/gongdi_icon02.png)no-repeat center;
    padding-left: 34px;
    box-sizing: border-box;
    opacity: 0;
    transition: all .3s ease;
}
.jgyj_gongdi_li:hover .jgyj_gongdi_btn{
    opacity: 1;
}
.jgyj_gongdi_form{
    width: 1500px;
    margin: 28px auto 0;
    height: 95px;
    background: url(../images/gongdi/gongdi_formbg.jpg)no-repeat center;
}
.jgyj_gongdi_form img{
    margin-right: 47px;
}
.jgyj_gongdi_form input{
    width: 230px;
    height: 50px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 13px;
    box-sizing: border-box;
    outline: none;
    margin-right: 16px;
}
.jgyj_gongdi_form a{
    width: 198px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color:#fff;
    background: #252525;
    border-radius: 5px;
}